home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (InfoMagic) / Internet Tools.iso / dos_win / winsock / maillist / 94-05.Z / 94-05 / 000362_news@bigblue.oit.unc.edu_Sun May 25 17:34:11 1994.msg < prev    next >
Internet Message Format  |  1994-05-31  |  3KB

  1. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  2.           id AA14606; Wed, 25 May 1994 13:55:35 -0400
  3. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  4.           id AA16565; Wed, 25 May 1994 13:41:52 -0400
  5. Received: from GATEWAY by bigblue with netnews
  6.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  7. To: winsock@sunsite.unc.edu
  8. Date: 25 May 1994 17:34:11 GMT
  9. From: jcbarnes@vela.acs.oakland.edu (J. Fritz Barnes)
  10. Message-Id: <2s026j$bf0@oak.oakland.edu>
  11. Organization: FryTools International
  12. Sender: ses
  13. Subject: LOOPBACK and MS Winsock 1.1
  14.  
  15.  
  16. Hello,
  17.  
  18.   I'm currently working on a version of NCSA's httpd implemented as a
  19. NT Service.  I'm in the interesting predicament of attempting to
  20. program on a computer that does not have a network connection at this
  21. time.  (Basically the computer with the compiler does not have access
  22. to the network... and it's a pain transporting the program every time
  23. to see if things are working.)  I would like to set loopback to work
  24. with Microsoft's Winsock Version 1.1.
  25.  
  26.   I'm not sure if this has anything to do with my problems but when I
  27. try to call the socket() call I get an error: 2 (File Not found).
  28. What file is being looked for?  A host/services/protocol file?  If so
  29. where should such a file go and what should it contain?
  30.  
  31.   I will be grateful for any help that you can provide, and will post
  32. a summary to the newsgroup.
  33.  
  34. Thankyou,
  35.  
  36. Fritz
  37. -- 
  38. J. Fritz Barnes            | Network Programmer/Projects
  39. jcbarnes@mail.coast.net    | Coast-to-Coast Telecom
  40.                            | (810) 623-6700  FAX: (810) 623-1469
  41. sig-page:                  | http://www.coast.net/
  42. From news@bigblue.oit.unc.edu Sun May 25 11:43:58 1994
  43. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  44.           id AB22110; Wed, 25 May 1994 14:25:32 -0400
  45. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  46.           id AA29825; Wed, 25 May 1994 14:01:20 -0400
  47. Received: from GATEWAY by bigblue with netnews
  48.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  49. To: winsock@sunsite.unc.edu
  50. Date: 25 May 1994 14:43:58 -0300
  51. From: @bigblue.oit.unc.edu,
  52.         KEVIN=F=SPEICHTS%ISSD%DFOSF@SFNET.DFO.CA (Kevin F. Speichts)
  53. Message-Id: <KEVIN=F=SPEICHTS%ISSD%DFOSF.43.000EDAB7@SFNET.DFO.CA>
  54. Organization: DFO Scotia Fundy   ISSD/MSB
  55. Sender: ses
  56. References: <royting.50.000F9F09@kvatro.no>
  57. Subject: Re: Banyan Vines & winsock?
  58.  
  59. In article <royting.50.000F9F09@kvatro.no> royting@kvatro.no (Roy Tingstad) writes:
  60. >From: royting@kvatro.no (Roy Tingstad)
  61. >Subject: Banyan Vines & winsock?
  62. >Date: Wed, 25 May 1994 15:37:10
  63.  
  64. >Does anyone know if Banyan Vines has some native (not cooperation with PC/TCP) 
  65. >TCP/IP support and if so, do they support windows sockets?
  66.  
  67. >Roy Tingstad,   Kvatro-Notis AS (royting@kvatro.no)
  68.  
  69. NO! Vines has no direct support for WinSockets!   
  70.  
  71. NDIS to the rescue.   Since NDIS allows multiple "Stacks" to share the 
  72. network card you can run Winsockets and Banyan at the same time.
  73.  
  74. Setup your Vines workstations to use NDIS and load the Winsocket shims as 
  75. well.   I'm able to use the popular Winsocket apps. while being logged into a 
  76. Vines server.   They coexist nicely.
  77.  
  78.